// if you are intrested in wath experiments iam doing so do i have a low tech youtube channel :)
https://www.youtube.com/user/GamersHeaven74

// if you get the file from somewhere else then the agk forum so is it here..
https://forum.thegamecreators.com/thread/217664



// Base of operations :)
// Have links to online tools to code chip8 roms etc
https://en.wikipedia.org/wiki/CHIP-8

// octo online compiler for chip 8 roms
http://johnearnest.github.io/Octo/

// mastering chip 8
http://mattmik.com/files/chip8/mastering/chip8.html

// Good tutorial
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/

// online emulator where you also can check the source code
http://www.markoskyritsis.com/index.php/open-source-development/chip8-online-emulator

// David winthers great page
http://www.pong-story.com/chip8/

// Cowgoods tech reference
http://devernay.free.fr/hacks/chip8/C8TECH10.HTM

// scratch version that got me intrested.
https://scratch.mit.edu/projects/108124992/

// some notes
remstart

I tryed to make my version as easy to understand as possible for all types of programmers.
Its not the fastest as this where neaded to be sacrificed to make it easy to understand.
It still have many glitches but a great foundation to get started with emulators.
Cliff mellangrd
3degs
sweden

Please share your progress where you downloaded this and dont simply make a app to try to cash in.
I spent 2 weeks on and off to tinker with it for free to share and let others learn.

remend

// Contributors to the source
remstart

version 0.1 
//////////////////////////////////////////////////////////////////////////////
i created the first code.
Large thank you with feedback and pointers in right direction.
kevin picone and Marcus.

version 0.11
//////////////////////////////////////////////////////////////////////////////
Marcus cleaned it up and is version 0.11 with some extra adjustments by me.

version 0.12
//////////////////////////////////////////////////////////////////////////////
I found some major bugs so more games work even if its not perfect.
Rewrote so we now use as litle string operations as possible.
Added 2d to 3d switch at runtime with the spacekey.
Added a no flash function for the graphics as it flash and is hard on the eyes the original way.
Improved the boot menue
Control emulator speed.

remend


